home *** CD-ROM | disk | FTP | other *** search
- global gStopFlag, gBlinkFlag, gBlinkOffset, gStopOffset
-
- on mouseUp
- set the textStyle of field "Message" to "plain"
- set the foreColor of member "Message" to 255
- set gStopFlag to 0
- set gStopOffset to 0
- set gBlinkFlag to 0
- set gBlinkOffset to 0
- set the selStart to 0
- set the selEnd to 0
- updateStage()
- end
-